func github.com/klauspost/compress/zstd.load3232
28 uses
github.com/klauspost/compress/zstd (current package)
enc_best.go#L211: if delta >= e.maxMatchOff || delta <= 0 || load3232(src, offset) != first {
enc_best.go#L224: a := load3232(src, offset+checkLen)
enc_best.go#L225: b := load3232(src, s+checkLen)
enc_best.go#L337: improve(&best, off, best.s+skipBeginning, load3232(src, best.s+skipBeginning), -1)
enc_best.go#L339: improve(&best, off, best.s+skipBeginning, load3232(src, best.s+skipBeginning), -1)
enc_better.go#L179: if repIndex >= 0 && load3232(src, repIndex) == uint32(cv>>(repOff*8)) {
enc_better.go#L428: cv := load3232(src, s2)
enc_better.go#L431: if coffsetL >= 0 && coffsetL < s2 && s2-coffsetL < e.maxMatchOff && cv == load3232(src, coffsetL) {
enc_better.go#L447: if coffsetL >= 0 && coffsetL < s2 && s2-coffsetL < e.maxMatchOff && cv == load3232(src, coffsetL) {
enc_better.go#L522: if load3232(src, o2) != uint32(cv) {
enc_better.go#L699: if repIndex >= 0 && load3232(src, repIndex) == uint32(cv>>(repOff*8)) {
enc_better.go#L946: cv := load3232(src, s)
enc_better.go#L949: if coffsetL >= 0 && coffsetL < s && s-coffsetL < e.maxMatchOff && cv == load3232(src, coffsetL) {
enc_better.go#L964: if coffsetL >= 0 && coffsetL < s && s-coffsetL < e.maxMatchOff && cv == load3232(src, coffsetL) {
enc_better.go#L1041: if load3232(src, o2) != uint32(cv) {
enc_dfast.go#L138: if repIndex >= 0 && load3232(src, repIndex) == uint32(cv>>(repOff*8)) {
enc_dfast.go#L320: if load3232(src, o2) != uint32(cv) {
enc_dfast.go#L444: if load3232(src, repIndex) == uint32(cv>>(repOff*8)) {
enc_dfast.go#L624: if load3232(src, o2) != uint32(cv) {
enc_dfast.go#L786: if repIndex >= 0 && load3232(src, repIndex) == uint32(cv>>(repOff*8)) {
enc_dfast.go#L977: if load3232(src, o2) != uint32(cv) {
enc_fast.go#L133: if canRepeat && repIndex >= 0 && load3232(src, repIndex) == uint32(cv>>16) {
enc_fast.go#L251: if o2 := s - offset2; canRepeat && load3232(src, o2) == uint32(cv) {
enc_fast.go#L370: if len(blk.sequences) > 2 && load3232(src, repIndex) == uint32(cv>>16) {
enc_fast.go#L491: if o2 := s - offset2; len(blk.sequences) > 2 && load3232(src, o2) == uint32(cv) {
enc_fast.go#L632: if canRepeat && repIndex >= 0 && load3232(src, repIndex) == uint32(cv>>16) {
enc_fast.go#L751: if o2 := s - offset2; canRepeat && load3232(src, o2) == uint32(cv) {
zstd.go#L113: func load3232(b []byte, i int32) uint32 {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |